home *** CD-ROM | disk | FTP | other *** search
- Big Text View was created using MS Visual Basic 3.0 standard edition
- by Frank Hipp 1/1/96
-
- This program is my answer to creating a Text Viewer that exceeds
- the 32K limit imposed on the Visual Basic Text Box.The code is short
- and simple and documented to aid other novice's(such as myself).
-
- I hereby grant these files as Public Domain to be modified as needed
-
- Requires MS WINDOWS 3.0 + ;VBRUN300.DLL; CMDIALOG.VBX; & COMMDLG.DLL
- to run BIGTXT.EXE & Visual Basic 3.0+ to Access TBOX1.MAK
-
- To Run: BIGTXT.EXE
-
- Some Notes: If you Change The Text Box Size,Font,or Font Sizes,you
- need to modify the txtlimit variable accordingly.I did this for 3
- text sizes by trial and error,but I'm sure it could be done with
- math using Font Point Size.
-
- I'm not sure what the File Size limit for this Text Display is,altho
- I know if you change the TextLine() Array from a Variant to a String
- the limit would be 64K.
-
- I hope someone finds this code useful.
- Frank Hipp
-
- I would like to hear from you! fhipp@AOL.COM